Action

public final class Action extends AsyncCallbackAction<R>

An action providing a response to the SaveFileCallback.

Constructors

Link copied to clipboard
public void SaveFileCallback.Action(Consumer<SaveFile.Response> consumer)

Functions

Link copied to clipboard
public void cancel()
Cancels saving the file.
Link copied to clipboard
public final boolean isClosed()
Returns true if this action is closed.
Link copied to clipboard
public void save(Path filePath)
Saves the file was selected in the file chooser dialog.